home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / gamesrc / rtanksrc / tss.h < prev    next >
Text File  |  1989-02-26  |  170b  |  11 lines

  1. #define TSS struct TSS_type
  2. #define p_TSS TSS *
  3.  
  4. TSS {
  5.     char name[10];
  6.     int  t_weapons[10];
  7.     int  t_extras[10];
  8.     int  t_chassis;
  9.     int  team;
  10. };
  11.